home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / CONFIG.HLP < prev    next >
Text File  |  1990-07-16  |  3KB  |  94 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ \CONFIG.SYS - configuring it for GT 15.50
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.  
  7.     The CONFIG.SYS file must be in the root directory of your boot drive
  8.     (usually drive C).  If you specified the boot drive correctly when
  9.     GT-Help requested it, that file will presently be available in the
  10.     other editor window for you to examine and make any necessary changes.
  11.  
  12.  
  13. The important paramters of config.sys are :
  14.  
  15. ┌───────┐
  16. │ FILES │
  17. └───────┘
  18.  
  19.     Try:    FILES=50
  20.  
  21.     If you have less than 50 files, you may find the system locks up.  Add
  22.     the parameter FILES=50, or edit it if it presently exists and shows
  23.     less than 50.
  24.  
  25.  
  26. ┌────────┐
  27. │ STACKS │
  28. └────────┘
  29.  
  30.     I use STACKS=30,256 which seems to be OK for DOS 3.2 on a
  31.     non-networked system.
  32.  
  33.     Paul Meiners recommends STACKS=62,512 for DOS 3.3 - this is also
  34.     suitable when running on a network.
  35.  
  36.     For other DOS versions, it is probably best to state your system
  37.     details and ask in the GT support echo for a recommendation.
  38.  
  39.  
  40. ┌─────────┐
  41. │ BUFFERS │
  42. └─────────┘
  43.  
  44.     Also DOS version dependent.  In principle, the more buffers, the faster
  45.     it will run, particularly where larger message bases (more than 300
  46.     active messages in any one message base) are involved.
  47.  
  48.     If you find you need more than 30 buffers, consider instead a cache
  49.     program.  But some cache programs can interfere with the running of GT.
  50.     If problems occur, try without the cache to see if that is the cause.
  51.  
  52.  
  53. ┌───────┐
  54. │ SHELL │
  55. └───────┘
  56.  
  57.     Since GT requires you to add new entries into the environment, you may
  58.     receive an Out of Environment message.  A SHELL entry in config.sys
  59.     will fix that, for example :
  60.  
  61.         SHELL=C:\command.com /e:512 /p
  62.  
  63.     This is for DOS 3.2, and allocates 512 bytes to the environment.  In
  64.     some other versions of DOS, the /e parameter is in *paragraphs* (ie,
  65.     /e:32 provides the same environment as /e:512 in DOS 3.2).  You may
  66.     need to check this in your DOS manual.
  67.  
  68.  
  69. ┌──────────────────────────┐
  70. │ Device Drivers and TSR's │
  71. └──────────────────────────┘
  72.  
  73.     It is recommended that you should NOT configure ANSI.SYS on a system
  74.     which runs GT.  GT does not require it (though other programs you run
  75.     *may* do so).  However, ANSI.SYS can in some circumstances (eg if you
  76.     TYPE a file that a caller uploads) remap your keyboard in undesirable
  77.     ways.
  78.  
  79.     Other TSR's may interfere with GT.  If there seems to be a problem,
  80.     leave them out progressively as far possible to determine the conflict.
  81.  
  82.  
  83. ┌────────────────────┐
  84. │ Editing CONFIG.SYS │
  85. └────────────────────┘
  86.  
  87.     CONFIG.SYS should presently be in the other editor window for you to
  88.     examine and make any necessary changes.
  89.  
  90.     Note that any changes you make there do not come into effect until next
  91.     time you reboot.  If the parameters were not already appropriate, you
  92.     may need to reboot before executing GT.
  93.  
  94.